home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q102 / 2 / 31.TXT < prev   
Text File  |  1994-01-07  |  2KB  |  61 lines

  1. DOCUMENT:Q102231  06-JAN-1994  [W_NT]
  2. TITLE   :Can't Remove Files with Reserved Names in Windows NT/NT AS
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS NT
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. --------------------------------------------------------------------
  14.  
  15. The policy for creating files in Windows NT or Windows NT Advanced
  16. Server is controlled by the individual application. Therefore, it is
  17. possible for an application to create a file with an illegal or
  18. reserved name, such as LPT1 or PRN. There is no user interface
  19. functionality for removing this kind of file.
  20.  
  21. RESOLUTION
  22. ==========
  23.  
  24. If the file was created on a file allocation table (FAT) partition,
  25. you may be able to delete it under MS-DOS using a command similar to
  26. either of the following:
  27.  
  28.    DEL PR?.*
  29.  
  30.    -or-
  31.  
  32.    DEL LPT?.*
  33.  
  34. These commands will not work on an NTFS partition. Since NTFS supports
  35. the POSIX subsystem, and filenames such as PRN are legal under the
  36. POSIX subsystem, these files must be allowed by the operating system.
  37. However, the operating system assumes that the application that
  38. created them can also delete them.
  39.  
  40. These files would be easy to delete (unlink) from a simple, native
  41. POSIX application.
  42.  
  43. Additional reference words: 3.10
  44. KBCategory:
  45. KBSubCatergory: filsys
  46.  
  47. =============================================================================
  48.  
  49. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  50. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  51. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  52. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  53. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  54. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  55. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  56. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  57. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  58. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  59. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  60.  
  61. Copyright Microsoft Corporation 1994.